Autogenerated HTML docs for v1.4.2-rc2-g818f4 
diff --git a/git.txt b/git.txt index ce30581..7310a2b 100644 --- a/git.txt +++ b/git.txt 
@@ -8,7 +8,8 @@    SYNOPSIS  -------- -'git' [--version] [--exec-path[=GIT_EXEC_PATH]] [--help] COMMAND [ARGS] +'git' [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate] +	[--bare] [--git-dir=GIT_DIR] [--help] COMMAND [ARGS]    DESCRIPTION  ----------- @@ -41,6 +42,15 @@ 	environment variable. If no path is given 'git' will print 	the current setting and then exit.   +-p|--paginate:: +	Pipe all output into 'less' (or if set, $PAGER). + +--git-dir=<path>:: +	Set the path to the repository. This can also be controlled by +	setting the GIT_DIR environment variable. + +--bare:: +	Same as --git-dir=`pwd`.    FURTHER DOCUMENTATION  ---------------------